home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xless / xless141.z / xless141 / xless-1.4.1 / CHANGES < prev    next >
Text File  |  1993-04-30  |  3KB  |  64 lines

  1. Changes for version 1.4:
  2.  
  3.  - added 'maxWindows' resource to limit damage done by 'xless *' (suggested
  4.    by Markus Koch <raistlin@uni-paderborn.de>)
  5.  - cleaned up help window (suggested by Len Makin <len@mel.dit.csiro.au>)
  6.  - cleaned up manual page
  7.  - massive source code reformatting
  8.  - all buffers should be dynamically allocated now
  9.  - tried to eliminate as much code duplication as practical
  10.  - tilde expansion performed on file names (suggested by Michael J. Thibodeau
  11.    <mike@ra.cs.umb.edu>)
  12.  - icon & title name are now set to 'xless:filename'
  13.  - title line is gone because titlebar name should now be correct
  14.  - '?' is an accelerator for the [Help] button, 'Q' is an accelerator for the
  15.    [Close window] button and 'Meta-Q' is an accelerator for the [Quit] button
  16.    (if present)
  17.  - you are now prompted if you try to [Quit] and there is more than one window
  18.  - popup boxes are now created when they're needed and (most of them)
  19.    are only created once
  20.  - all windows are now created equal; there's no main window anymore
  21.  - added 'quitButton' resource for those who would like something like the
  22.    old behavior
  23.  - [Editor] and [Reload] buttons are now re-sensitized if user starts with
  24.    a file from STDIN, then changes to another file
  25.  - Add 'textGeometry' resource (suggested by Tom Bannon
  26.    <bannon@eyebeam.csc.ti.com>)
  27.  - Set window manager size hints
  28.  - Change default textFont to Courier 12; variable-width fonts screw up
  29.    geometry guess
  30.  - Add 'namePrefix' resource which adds 'xless:' (or whatever) to the
  31.    front of all icon names and window titles
  32.  - Add 'removePath' resource which, if true, truncates the path name to
  33.    just the last element so names are somewhat more readable
  34.  - Add 'sizeToFit' resource which, if true, make the window only as large
  35.    as it needs to be (handy for lists or short files)
  36.  - The button colors were quieted down a bit
  37.  
  38. Changes for version 1.3:
  39.  
  40.  - icon name now changed when file is changed
  41.  - added code for "help" action from Fred Gilham <gilham@csl.sri.com>
  42.  - merged in interface cleanups from Fred Gilham
  43.  - added code to filter out ^H_ left by 'man' underlining (from Fred Gilham,
  44.    but simplified by me, so bugs are probably my fault)
  45.  
  46. Changes for version 1.2:
  47.  
  48.  - fixed R4 scrolling problem reported by Karsten Gaier
  49.    <gaier@nova.tat.physik.uni-tuebingen.de>
  50.  - added resource file files from Rainer Klute
  51.    <klute@irb.informatik.uni-dortmund.de>
  52.  - added print button code from Andrew Bacon <andy@mcsds3.mcs.loral.com>
  53.    (but I hacked on it, so any bugs are undoubtedly mine)
  54.  - ANSIfied some stuff
  55.  
  56. Changes for version 1.1:
  57.  
  58.  - fixed things to work under R5
  59.  - added 'editorDoesWindows' which can be set if your editor is X-savvy
  60.    enough to come up in its own window
  61.  - added a 'quit()' action
  62.  - created XLess.ad, which incorporates the previous .Xresources with
  63.    a bunch of keyboard bindings to make xless behave more like less
  64.